Skip to content

Comments

Updated interpreter.py#2

Open
CoderFek wants to merge 1 commit intoaryaan-hegde:mainfrom
CoderFek:patch-1
Open

Updated interpreter.py#2
CoderFek wants to merge 1 commit intoaryaan-hegde:mainfrom
CoderFek:patch-1

Conversation

@CoderFek
Copy link

At line 25 and 26, instead of using self.data.write()/read() it should be self.base.write()/read(). This is because we have already passed base as an argument within the init method, hence we can only access the data file through base (base = Data() in shell.py) .

At line 25 and 26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant